home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility2 / wclib.zip / WCLIBC.ZIP / WCLIB.RES / WCLIB.txt
Text File  |  1993-04-27  |  3KB  |  23 lines

  1. WCLIBICON
  2. ABOUTBOX
  3. About WCLib
  4. WCLibIcon
  5. WCLib 
  6. A WinCmd Function library
  7. Copyright 
  8.  1993 Douglas Boling
  9. First published in PC Magazine
  10. May 25, 1993
  11. US Edition Only
  12. +===========================================+===========================================
  13. WCLib Functions
  14. Copyright 1993 Douglas Boling+===========================================+===========================================
  15.  FGetWindowHandle (title text)          Returns the handle of the windowIGetWindowText  (window handle)        Returns the title text for a windowRGetWindowPos (window handle)          Returns the x and y coordinates for a windowBGetWindowSize (window handle)         Returns the size of a windowZGetWindowState (window handle)        Returns the state (icon/restored/zoomed) of a windowYGetWindowEXE (window handle)          Returns the name of the EXE that created the windowQGetWindow (window handle, relation)   Returns the window handle of related windowU                                      0 = First Window   3 = Prev Window   6 = Parent
  16. B                                      1 = Last Window    4 = OwnerF                                      2 = Next Window    5 = 1st Child6SizeWindow (window handle, cx, cy)    Resizes a window4MoveWindow (window handle, x, y)      Moves a window8MinimizeWindow (window handle)        Minimizes a window8MaximizeWindow (window handle)        Maximizes a window7RestoreWindow (window handle)         Restores a window
  17.  ASendMCIString (MCI String)            Sends an MCI command stringVGetMCIErrorString (MCI Error number)  Returns an error message for an MCI error number
  18.  GGetClipText (no parameters)           Retrieves text from the clipboardASetClipText (data for clipboard)      Sets the clipboard contentsMLoadIconFile (icon file name)         Loads a icon and returns an icon handle:SetIcon (window handle, icon handle)  Sets a window's iconKHighWord (number)                     Returns the upper 16 bits of a number
  19. KLowWord (number)                      Returns the lower 16 bits of a numberCPostMessage (window handle, message number, word param, long param)A                                      Posts a message to a windowCSendMessage (window handle, message number, word param, long param)A                                      Sends a message to a window
  20.  9FileOpen (file name, open mode)              Opens a fileDFileRead (file handle, bytes to read)        Reads bytes from a fileEFileReadLine (file handle)                   Reads a line from a fileBFileWrite (file handle, data to write)       Writes data to a fileDFileWriteLine (file handle, data to write)   Writes a line to a fileLFileMovePtr (file handle, offset, relative)  Moves a file read/write pointer:FileClose (file handle)                      Closes a fileJFileExist (file name)                        Returns TRUE if a file exists
  21.  MGetDir (no parameters)                Returns the current drive and directory
  22. <SetDrive (Drive letter)               Sets the default drive
  23.